home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 33
/
Amiga Format AFCD33 (Issue 117, Dec 1998).iso
/
+system+
/
tools
/
expert
/
snoopdos
/
snoopdos_source
/
system.c
< prev
next >
Wrap
C/C++ Source or Header
|
1998-09-07
|
280b
|
9 lines
/*
* Dummy to include SYSTEM.H for precompiling headers
*
* We need to do it like this because SYSTEM.H does some #define's
* which won't take affect if we compile a GST from it directly
* (GST's only apply to #included files, not the main file.)
*/
#include "system.h"